Color Hex Logo

#c55fca Color Hex

#C55FCA
(197,95,202)
0 Favorites   0 Comments

Color spaces of #c55fca

RGB 19795202
HSL0.830.500.58
HSV297°53°79°
CMYK 0.020.530.00   0.21
XYZ37.778824.319058.5800
Yxy24.31900.31310.2015
Hunter Lab49.314350.4456-35.9100
CIE-Lab56.405855.5324-37.8271

#c55fca color RGB value is (197,95,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011111 11001010
Octal 305 137 312
Decimal 197 95 202
Hex C5 5F CA

RGB Percentages of Color #c55fca

%39.88
%19.23
%40.89

CMYK Percentages of Color #c55fca

%2
%53
%0
%21

Triadic Colors of #c55fca

#c55fca #cac55f #5fcac5

Analogous Colors of #c55fca

#c55fca #ca5f9a #905fca

Monochromatic Colors of #c55fca

#c55fca

Complementary Color

#c55fca #64ca5f

#c55fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55fca Color CSS Codes

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

#c55fca Text Font Color

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

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


#c55fca Background Color

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

This div background color is #c55fca


#c55fca Border Color

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

This div border color is #c55fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55fca


Comments

No comments written yet.

Please login to write comment.