Color Hex Logo

#c362ca Color Hex

#C362CA
(195,98,202)
0 Favorites   0 Comments

Color spaces of #c362ca

RGB 19598202
HSL0.820.500.59
HSV296°51°79°
CMYK 0.030.510.00   0.21
XYZ37.534024.601758.6475
Yxy24.60170.31080.2037
Hunter Lab49.600148.2765-35.3848
CIE-Lab56.685353.5320-37.4077

#c362ca color RGB value is (195,98,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100010 11001010
Octal 303 142 312
Decimal 195 98 202
Hex C3 62 CA

RGB Percentages of Color #c362ca

%39.39
%19.80
%40.81

CMYK Percentages of Color #c362ca

%3
%51
%0
%21

Triadic Colors of #c362ca

#c362ca #cac362 #62cac3

Analogous Colors of #c362ca

#c362ca #ca629d #8f62ca

Monochromatic Colors of #c362ca

#c362ca

Complementary Color

#c362ca #69ca62

#c362ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c362ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c362ca Color CSS Codes

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

#c362ca Text Font Color

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

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


#c362ca Background Color

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

This div background color is #c362ca


#c362ca Border Color

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

This div border color is #c362ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c362ca


Comments

No comments written yet.

Please login to write comment.