Color Hex Logo

#c355ca Color Hex

#C355CA
(195,85,202)
0 Favorites   0 Comments

Color spaces of #c355ca

RGB 19585202
HSL0.820.520.56
HSV296°58°79°
CMYK 0.030.580.00   0.21
XYZ36.414822.363458.2744
Yxy22.36340.31110.1911
Hunter Lab47.290054.6934-39.9588
CIE-Lab54.410559.6542-40.9839

#c355ca color RGB value is (195,85,202).

#c355ca hex color red value is 195, green value is 85 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c355ca hue: 0.82 , saturation: 0.52 and the lightness value of c355ca is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010101 11001010
Octal 303 125 312
Decimal 195 85 202
Hex C3 55 CA

RGB Percentages of Color #c355ca

%40.46
%17.63
%41.91

CMYK Percentages of Color #c355ca

%3
%58
%0
%21

Triadic Colors of #c355ca

#c355ca #cac355 #55cac3

Analogous Colors of #c355ca

#c355ca #ca5597 #8955ca

Monochromatic Colors of #c355ca

#c355ca

Complementary Color

#c355ca #5cca55

#c355ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c355ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c355ca Color CSS Codes

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

#c355ca Text Font Color

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

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


#c355ca Background Color

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

This div background color is #c355ca


#c355ca Border Color

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

This div border color is #c355ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c355ca


Comments

No comments written yet.

Please login to write comment.