Color Hex Logo

#c305ed Color Hex

#C305ED
(195,5,237)
0 Favorites   0 Comments

Color spaces of #c305ed

RGB 1955237
HSL0.800.960.47
HSV289°98°93°
CMYK 0.180.980.00   0.07
XYZ37.846017.825181.5666
Yxy17.82510.27580.1299
Hunter Lab42.219886.1236-84.9916
CIE-Lab49.283386.4507-69.0837

#c305ed color RGB value is (195,5,237).

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

The process color (four color CMYK) of #c305ed color hex is 0.18, 0.98, 0.00, 0.07. Web safe color of #c305ed is #cc00ff. Color #c305ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000101 11101101
Octal 303 5 355
Decimal 195 5 237
Hex C3 5 ED

RGB Percentages of Color #c305ed

%44.62
%1.14
%54.23

CMYK Percentages of Color #c305ed

%18
%98
%0
%7

Triadic Colors of #c305ed

#c305ed #edc305 #05edc3

Analogous Colors of #c305ed

#c305ed #ed05a3 #4f05ed

Monochromatic Colors of #c305ed

#c305ed

Complementary Color

#c305ed #2fed05

#c305ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c305ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c305ed Color CSS Codes

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

#c305ed Text Font Color

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

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


#c305ed Background Color

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

This div background color is #c305ed


#c305ed Border Color

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

This div border color is #c305ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c305ed


Comments

No comments written yet.

Please login to write comment.