Color Hex Logo

#c306ea Color Hex

#C306EA
(195,6,234)
0 Favorites   0 Comments

Color spaces of #c306ea

RGB 1956234
HSL0.800.950.47
HSV290°97°92°
CMYK 0.170.970.00   0.08
XYZ37.422117.672979.2807
Yxy17.67290.27850.1315
Hunter Lab42.039185.3273-82.3863
CIE-Lab49.096985.8754-67.6920

#c306ea color RGB value is (195,6,234).

#c306ea hex color red value is 195, green value is 6 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c306ea hue: 0.80 , saturation: 0.95 and the lightness value of c306ea is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000110 11101010
Octal 303 6 352
Decimal 195 6 234
Hex C3 6 EA

RGB Percentages of Color #c306ea

%44.83
%1.38
%53.79

CMYK Percentages of Color #c306ea

%17
%97
%0
%8

Triadic Colors of #c306ea

#c306ea #eac306 #06eac3

Analogous Colors of #c306ea

#c306ea #ea069f #5106ea

Monochromatic Colors of #c306ea

#c306ea

Complementary Color

#c306ea #2dea06

#c306ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c306ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c306ea Color CSS Codes

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

#c306ea Text Font Color

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

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


#c306ea Background Color

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

This div background color is #c306ea


#c306ea Border Color

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

This div border color is #c306ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c306ea


Comments

No comments written yet.

Please login to write comment.