Color Hex Logo

#c305eb Color Hex

#C305EB
(195,5,235)
0 Favorites   0 Comments

Color spaces of #c305eb

RGB 1955235
HSL0.800.960.47
HSV290°98°92°
CMYK 0.170.980.00   0.08
XYZ37.555317.708880.0360
Yxy17.70880.27760.1309
Hunter Lab42.081885.6565-83.3072
CIE-Lab49.141086.1198-68.1857

#c305eb color RGB value is (195,5,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000101 11101011
Octal 303 5 353
Decimal 195 5 235
Hex C3 5 EB

RGB Percentages of Color #c305eb

%44.83
%1.15
%54.02

CMYK Percentages of Color #c305eb

%17
%98
%0
%8

Triadic Colors of #c305eb

#c305eb #ebc305 #05ebc3

Analogous Colors of #c305eb

#c305eb #eb05a0 #5005eb

Monochromatic Colors of #c305eb

#c305eb

Complementary Color

#c305eb #2deb05

#c305eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c305eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c305eb Color CSS Codes

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

#c305eb Text Font Color

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

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


#c305eb Background Color

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

This div background color is #c305eb


#c305eb Border Color

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

This div border color is #c305eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c305eb


Comments

No comments written yet.

Please login to write comment.