Color Hex Logo

#c45fca Color Hex

#C45FCA
(196,95,202)
0 Favorites   0 Comments

Color spaces of #c45fca

RGB 19695202
HSL0.820.500.58
HSV297°53°79°
CMYK 0.030.530.00   0.21
XYZ37.517824.184458.5678
Yxy24.18440.31190.2011
Hunter Lab49.177650.1174-36.1867
CIE-Lab56.271955.2607-38.0465

#c45fca color RGB value is (196,95,202).

#c45fca hex color red value is 196, green value is 95 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c45fca hue: 0.82 , saturation: 0.50 and the lightness value of c45fca is 0.58.

The process color (four color CMYK) of #c45fca color hex is 0.03, 0.53, 0.00, 0.21. Web safe color of #c45fca is #cc66cc. Color #c45fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011111 11001010
Octal 304 137 312
Decimal 196 95 202
Hex C4 5F CA

RGB Percentages of Color #c45fca

%39.76
%19.27
%40.97

CMYK Percentages of Color #c45fca

%3
%53
%0
%21

Triadic Colors of #c45fca

#c45fca #cac45f #5fcac4

Analogous Colors of #c45fca

#c45fca #ca5f9b #8f5fca

Monochromatic Colors of #c45fca

#c45fca

Complementary Color

#c45fca #65ca5f

#c45fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45fca Color CSS Codes

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

#c45fca Text Font Color

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

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


#c45fca Background Color

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

This div background color is #c45fca


#c45fca Border Color

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

This div border color is #c45fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45fca


Comments

No comments written yet.

Please login to write comment.