Color Hex Logo

#c423bf Color Hex

#C423BF
(196,35,191)
0 Favorites   0 Comments

Color spaces of #c423bf

RGB 19635191
HSL0.840.700.45
HSV302°82°77°
CMYK 0.000.820.03   0.23
XYZ32.770016.699450.7864
Yxy16.69940.32690.1666
Hunter Lab40.864971.6275-45.0795
CIE-Lab47.879075.2627-44.9687

#c423bf color RGB value is (196,35,191).

#c423bf hex color red value is 196, green value is 35 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c423bf hue: 0.84 , saturation: 0.70 and the lightness value of c423bf is 0.45.

The process color (four color CMYK) of #c423bf color hex is 0.00, 0.82, 0.03, 0.23. Web safe color of #c423bf is #cc33cc. Color #c423bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100011 10111111
Octal 304 43 277
Decimal 196 35 191
Hex C4 23 BF

RGB Percentages of Color #c423bf

%46.45
%8.29
%45.26

CMYK Percentages of Color #c423bf

%0
%82
%3
%23

Triadic Colors of #c423bf

#c423bf #bfc423 #23bfc4

Analogous Colors of #c423bf

#c423bf #c4236f #7923c4

Monochromatic Colors of #c423bf

#c423bf

Complementary Color

#c423bf #23c428

#c423bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c423bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c423bf Color CSS Codes

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

#c423bf Text Font Color

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

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


#c423bf Background Color

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

This div background color is #c423bf


#c423bf Border Color

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

This div border color is #c423bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,35,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c423bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c423bf;
  -webkit-box-shadow: 1px 1px 3px 2px #c423bf;
  box-shadow:         1px 1px 3px 2px #c423bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,35,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c423bf


Comments

No comments written yet.

Please login to write comment.