Color Hex Logo

#3c09cf Color Hex

#3C09CF
(60,9,207)
0 Favorites   0 Comments

Color spaces of #3c09cf

RGB 609207
HSL0.710.920.42
HSV255°96°81°
CMYK 0.710.960.00   0.19
XYZ13.22375.661059.4272
Yxy5.66100.16890.0723
Hunter Lab23.792957.5700-131.4331
CIE-Lab28.540667.0994-86.6510

#3c09cf color RGB value is (60,9,207).

#3c09cf hex color red value is 60, green value is 9 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #3c09cf hue: 0.71 , saturation: 0.92 and the lightness value of 3c09cf is 0.42.

The process color (four color CMYK) of #3c09cf color hex is 0.71, 0.96, 0.00, 0.19. Web safe color of #3c09cf is #3300cc. Color #3c09cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00001001 11001111
Octal 74 11 317
Decimal 60 9 207
Hex 3C 9 CF

RGB Percentages of Color #3c09cf

%21.74
%3.26
%75.00

CMYK Percentages of Color #3c09cf

%71
%96
%0
%19

Triadic Colors of #3c09cf

#3c09cf #cf3c09 #09cf3c

Analogous Colors of #3c09cf

#3c09cf #9f09cf #0939cf

Monochromatic Colors of #3c09cf

#3c09cf

Complementary Color

#3c09cf #9ccf09

#3c09cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c09cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c09cf Color CSS Codes

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

#3c09cf Text Font Color

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

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


#3c09cf Background Color

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

This div background color is #3c09cf


#3c09cf Border Color

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

This div border color is #3c09cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c09cf


Comments

No comments written yet.

Please login to write comment.