Color Hex Logo

#c23ebd Color Hex

#C23EBD
(194,62,189)
0 Favorites   0 Comments

Color spaces of #c23ebd

RGB 19462189
HSL0.840.520.50
HSV302°68°76°
CMYK 0.000.680.03   0.24
XYZ33.156118.588749.9846
Yxy18.58870.32590.1827
Hunter Lab43.114661.8199-38.5572
CIE-Lab50.202566.6193-40.1422

#c23ebd color RGB value is (194,62,189).

#c23ebd hex color red value is 194, green value is 62 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c23ebd hue: 0.84 , saturation: 0.52 and the lightness value of c23ebd is 0.50.

The process color (four color CMYK) of #c23ebd color hex is 0.00, 0.68, 0.03, 0.24. Web safe color of #c23ebd is #cc33cc. Color #c23ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111110 10111101
Octal 302 76 275
Decimal 194 62 189
Hex C2 3E BD

RGB Percentages of Color #c23ebd

%43.60
%13.93
%42.47

CMYK Percentages of Color #c23ebd

%0
%68
%3
%24

Triadic Colors of #c23ebd

#c23ebd #bdc23e #3ebdc2

Analogous Colors of #c23ebd

#c23ebd #c23e7b #853ec2

Monochromatic Colors of #c23ebd

#c23ebd

Complementary Color

#c23ebd #3ec243

#c23ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23ebd Color CSS Codes

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

#c23ebd Text Font Color

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

This sample text font color is #c23ebd
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.


#c23ebd Background Color

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

This div background color is #c23ebd


#c23ebd Border Color

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

This div border color is #c23ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23ebd


Comments

No comments written yet.

Please login to write comment.