Color Hex Logo

#c309cd Color Hex

#C309CD
(195,9,205)
0 Favorites   0 Comments

Color spaces of #c309cd

RGB 1959205
HSL0.820.920.42
HSV297°96°80°
CMYK 0.050.960.00   0.20
XYZ33.622816.205359.1134
Yxy16.20530.30860.1488
Hunter Lab40.255878.6406-58.8850
CIE-Lab47.242781.0208-54.1177

#c309cd color RGB value is (195,9,205).

#c309cd hex color red value is 195, green value is 9 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c309cd hue: 0.82 , saturation: 0.92 and the lightness value of c309cd is 0.42.

The process color (four color CMYK) of #c309cd color hex is 0.05, 0.96, 0.00, 0.20. Web safe color of #c309cd is #cc00cc. Color #c309cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001001 11001101
Octal 303 11 315
Decimal 195 9 205
Hex C3 9 CD

RGB Percentages of Color #c309cd

%47.68
%2.20
%50.12

CMYK Percentages of Color #c309cd

%5
%96
%0
%20

Triadic Colors of #c309cd

#c309cd #cdc309 #09cdc3

Analogous Colors of #c309cd

#c309cd #cd0975 #6109cd

Monochromatic Colors of #c309cd

#c309cd

Complementary Color

#c309cd #13cd09

#c309cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c309cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c309cd Color CSS Codes

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

#c309cd Text Font Color

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

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


#c309cd Background Color

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

This div background color is #c309cd


#c309cd Border Color

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

This div border color is #c309cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c309cd


Comments

No comments written yet.

Please login to write comment.