Color Hex Logo

#c309da Color Hex

#C309DA
(195,9,218)
0 Favorites   0 Comments

Color spaces of #c309da

RGB 1959218
HSL0.810.920.45
HSV293°96°85°
CMYK 0.110.960.00   0.15
XYZ35.258316.859467.7255
Yxy16.85940.29420.1407
Hunter Lab41.060281.4222-69.0520
CIE-Lab48.082483.0446-60.2369

#c309da color RGB value is (195,9,218).

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

The process color (four color CMYK) of #c309da color hex is 0.11, 0.96, 0.00, 0.15. Web safe color of #c309da is #cc00cc. Color #c309da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001001 11011010
Octal 303 11 332
Decimal 195 9 218
Hex C3 9 DA

RGB Percentages of Color #c309da

%46.21
%2.13
%51.66

CMYK Percentages of Color #c309da

%11
%96
%0
%15

Triadic Colors of #c309da

#c309da #dac309 #09dac3

Analogous Colors of #c309da

#c309da #da0989 #5a09da

Monochromatic Colors of #c309da

#c309da

Complementary Color

#c309da #20da09

#c309da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c309da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c309da Color CSS Codes

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

#c309da Text Font Color

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

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


#c309da Background Color

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

This div background color is #c309da


#c309da Border Color

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

This div border color is #c309da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c309da


Comments

No comments written yet.

Please login to write comment.