Color Hex Logo

#c453cf Color Hex

#C453CF
(196,83,207)
0 Favorites   0 Comments

Color spaces of #c453cf

RGB 19683207
HSL0.820.560.57
HSV295°60°81°
CMYK 0.050.600.00   0.19
XYZ37.120722.427361.4039
Yxy22.42730.30690.1854
Hunter Lab47.357557.0399-43.7254
CIE-Lab54.477561.6969-43.7246

#c453cf color RGB value is (196,83,207).

#c453cf hex color red value is 196, green value is 83 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c453cf hue: 0.82 , saturation: 0.56 and the lightness value of c453cf is 0.57.

The process color (four color CMYK) of #c453cf color hex is 0.05, 0.60, 0.00, 0.19. Web safe color of #c453cf is #cc66cc. Color #c453cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010011 11001111
Octal 304 123 317
Decimal 196 83 207
Hex C4 53 CF

RGB Percentages of Color #c453cf

%40.33
%17.08
%42.59

CMYK Percentages of Color #c453cf

%5
%60
%0
%19

Triadic Colors of #c453cf

#c453cf #cfc453 #53cfc4

Analogous Colors of #c453cf

#c453cf #cf539c #8653cf

Monochromatic Colors of #c453cf

#c453cf

Complementary Color

#c453cf #5ecf53

#c453cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c453cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c453cf Color CSS Codes

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

#c453cf Text Font Color

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

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


#c453cf Background Color

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

This div background color is #c453cf


#c453cf Border Color

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

This div border color is #c453cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c453cf


Comments

No comments written yet.

Please login to write comment.