Color Hex Logo

#c23edd Color Hex

#C23EDD
(194,62,221)
0 Favorites   0 Comments

Color spaces of #c23edd

RGB 19462221
HSL0.810.700.55
HSV290°72°87°
CMYK 0.120.720.00   0.13
XYZ37.021920.135070.3418
Yxy20.13500.29040.1579
Hunter Lab44.872068.7462-61.5331
CIE-Lab51.989572.0964-55.6712

#c23edd color RGB value is (194,62,221).

#c23edd hex color red value is 194, green value is 62 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c23edd hue: 0.81 , saturation: 0.70 and the lightness value of c23edd is 0.55.

The process color (four color CMYK) of #c23edd color hex is 0.12, 0.72, 0.00, 0.13. Web safe color of #c23edd is #cc33cc. Color #c23edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111110 11011101
Octal 302 76 335
Decimal 194 62 221
Hex C2 3E DD

RGB Percentages of Color #c23edd

%40.67
%13.00
%46.33

CMYK Percentages of Color #c23edd

%12
%72
%0
%13

Triadic Colors of #c23edd

#c23edd #ddc23e #3eddc2

Analogous Colors of #c23edd

#c23edd #dd3ea9 #733edd

Monochromatic Colors of #c23edd

#c23edd

Complementary Color

#c23edd #59dd3e

#c23edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23edd Color CSS Codes

.mybgcolor {background-color:#c23edd; } 
.myforecolor {color:#c23edd; }
.mybordercolor {border:3px solid #c23edd; }

#c23edd Text Font Color

<p style="color:#c23edd">Text here</p>

This sample text font color is #c23edd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c23edd Background Color

<div style="background-color:#c23edd">
Div content here</div>

This div background color is #c23edd


#c23edd Border Color

<div style="border:3px solid #c23edd">
Div here</div>

This div border color is #c23edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,62,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c23edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c23edd;
  -webkit-box-shadow: 1px 1px 3px 2px #c23edd;
  box-shadow:         1px 1px 3px 2px #c23edd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,62,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c23edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c23edd;
  -webkit-box-shadow: 1px 1px 3px 2px #c23edd;
  box-shadow:         1px 1px 3px 2px #c23edd;">
Div content here</div>

This div box has shadow with color #c23edd


Comments

No comments written yet.

Please login to write comment.