Color Hex Logo

#c23fbd Color Hex

#C23FBD
(194,63,189)
0 Favorites   0 Comments

Color spaces of #c23fbd

RGB 19463189
HSL0.840.520.50
HSV302°68°76°
CMYK 0.000.680.03   0.24
XYZ33.210918.698550.0029
Yxy18.69850.32590.1835
Hunter Lab43.241861.4200-38.2912
CIE-Lab50.332666.2524-39.9367

#c23fbd color RGB value is (194,63,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111111 10111101
Octal 302 77 275
Decimal 194 63 189
Hex C2 3F BD

RGB Percentages of Color #c23fbd

%43.50
%14.13
%42.38

CMYK Percentages of Color #c23fbd

%0
%68
%3
%24

Triadic Colors of #c23fbd

#c23fbd #bdc23f #3fbdc2

Analogous Colors of #c23fbd

#c23fbd #c23f7c #863fc2

Monochromatic Colors of #c23fbd

#c23fbd

Complementary Color

#c23fbd #3fc244

#c23fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23fbd Color CSS Codes

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

#c23fbd Text Font Color

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

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


#c23fbd Background Color

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

This div background color is #c23fbd


#c23fbd Border Color

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

This div border color is #c23fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,63,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 #c23fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23fbd


Comments

No comments written yet.

Please login to write comment.