Color Hex Logo

#c302ea Color Hex

#C302EA
(195,2,234)
0 Favorites   0 Comments

Color spaces of #c302ea

RGB 1952234
HSL0.810.980.46
HSV290°99°92°
CMYK 0.170.990.00   0.08
XYZ37.378717.586079.2663
Yxy17.58600.27850.1310
Hunter Lab41.935785.7158-82.7143
CIE-Lab48.990186.1943-67.8654

#c302ea color RGB value is (195,2,234).

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

The process color (four color CMYK) of #c302ea color hex is 0.17, 0.99, 0.00, 0.08. Web safe color of #c302ea is #cc00ff. Color #c302ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000010 11101010
Octal 303 2 352
Decimal 195 2 234
Hex C3 2 EA

RGB Percentages of Color #c302ea

%45.24
%0.46
%54.29

CMYK Percentages of Color #c302ea

%17
%99
%0
%8

Triadic Colors of #c302ea

#c302ea #eac302 #02eac3

Analogous Colors of #c302ea

#c302ea #ea029d #4f02ea

Monochromatic Colors of #c302ea

#c302ea

Complementary Color

#c302ea #29ea02

#c302ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c302ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c302ea Color CSS Codes

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

#c302ea Text Font Color

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

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


#c302ea Background Color

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

This div background color is #c302ea


#c302ea Border Color

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

This div border color is #c302ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c302ea


Comments

No comments written yet.

Please login to write comment.