Color Hex Logo

#c302ce Color Hex

#C302CE
(195,2,206)
0 Favorites   0 Comments

Color spaces of #c302ce

RGB 1952206
HSL0.820.980.41
HSV297°99°81°
CMYK 0.050.990.00   0.19
XYZ33.668016.101759.7260
Yxy16.10170.30750.1471
Hunter Lab40.126979.5461-60.1600
CIE-Lab47.107681.7614-54.9122

#c302ce color RGB value is (195,2,206).

#c302ce hex color red value is 195, green value is 2 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c302ce hue: 0.82 , saturation: 0.98 and the lightness value of c302ce is 0.41.

The process color (four color CMYK) of #c302ce color hex is 0.05, 0.99, 0.00, 0.19. Web safe color of #c302ce is #cc00cc. Color #c302ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000010 11001110
Octal 303 2 316
Decimal 195 2 206
Hex C3 2 CE

RGB Percentages of Color #c302ce

%48.39
%0.50
%51.12

CMYK Percentages of Color #c302ce

%5
%99
%0
%19

Triadic Colors of #c302ce

#c302ce #cec302 #02cec3

Analogous Colors of #c302ce

#c302ce #ce0273 #5d02ce

Monochromatic Colors of #c302ce

#c302ce

Complementary Color

#c302ce #0dce02

#c302ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c302ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c302ce Color CSS Codes

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

#c302ce Text Font Color

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

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


#c302ce Background Color

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

This div background color is #c302ce


#c302ce Border Color

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

This div border color is #c302ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c302ce


Comments

No comments written yet.

Please login to write comment.