Color Hex Logo

#3c09dd Color Hex

#3C09DD
(60,9,221)
0 Favorites   0 Comments

Color spaces of #3c09dd

RGB 609221
HSL0.710.920.45
HSV254°96°87°
CMYK 0.730.960.00   0.13
XYZ15.01236.376568.8462
Yxy6.37650.16640.0707
Hunter Lab25.251761.9287-143.9718
CIE-Lab30.343170.5203-91.7584

#3c09dd color RGB value is (60,9,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 00001001 11011101
Octal 74 11 335
Decimal 60 9 221
Hex 3C 9 DD

RGB Percentages of Color #3c09dd

%20.69
%3.10
%76.21

CMYK Percentages of Color #3c09dd

%73
%96
%0
%13

Triadic Colors of #3c09dd

#3c09dd #dd3c09 #09dd3c

Analogous Colors of #3c09dd

#3c09dd #a609dd #0940dd

Monochromatic Colors of #3c09dd

#3c09dd

Complementary Color

#3c09dd #aadd09

#3c09dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c09dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c09dd Color CSS Codes

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

#3c09dd Text Font Color

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

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


#3c09dd Background Color

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

This div background color is #3c09dd


#3c09dd Border Color

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

This div border color is #3c09dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c09dd


Comments

No comments written yet.

Please login to write comment.