Color Hex Logo

#c358ca Color Hex

#C358CA
(195,88,202)
0 Favorites   0 Comments

Color spaces of #c358ca

RGB 19588202
HSL0.820.520.57
HSV296°56°79°
CMYK 0.030.560.00   0.21
XYZ36.656122.845858.3548
Yxy22.84580.31100.1938
Hunter Lab47.797353.2478-38.9279
CIE-Lab54.913258.2878-40.1919

#c358ca color RGB value is (195,88,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011000 11001010
Octal 303 130 312
Decimal 195 88 202
Hex C3 58 CA

RGB Percentages of Color #c358ca

%40.21
%18.14
%41.65

CMYK Percentages of Color #c358ca

%3
%56
%0
%21

Triadic Colors of #c358ca

#c358ca #cac358 #58cac3

Analogous Colors of #c358ca

#c358ca #ca5898 #8a58ca

Monochromatic Colors of #c358ca

#c358ca

Complementary Color

#c358ca #5fca58

#c358ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c358ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c358ca Color CSS Codes

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

#c358ca Text Font Color

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

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


#c358ca Background Color

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

This div background color is #c358ca


#c358ca Border Color

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

This div border color is #c358ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c358ca


Comments

No comments written yet.

Please login to write comment.