Color Hex Logo

#3009cf Color Hex

#3009CF
(48,9,207)
0 Favorites   0 Comments

Color spaces of #3009cf

RGB 489207
HSL0.700.920.42
HSV252°96°81°
CMYK 0.770.960.00   0.19
XYZ12.57915.328759.3970
Yxy5.32870.16270.0689
Hunter Lab23.084056.8726-136.3993
CIE-Lab27.651466.6518-88.1563

#3009cf color RGB value is (48,9,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001001 11001111
Octal 60 11 317
Decimal 48 9 207
Hex 30 9 CF

RGB Percentages of Color #3009cf

%18.18
%3.41
%78.41

CMYK Percentages of Color #3009cf

%77
%96
%0
%19

Triadic Colors of #3009cf

#3009cf #cf3009 #09cf30

Analogous Colors of #3009cf

#3009cf #9309cf #0945cf

Monochromatic Colors of #3009cf

#3009cf

Complementary Color

#3009cf #a8cf09

#3009cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3009cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3009cf Color CSS Codes

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

#3009cf Text Font Color

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

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


#3009cf Background Color

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

This div background color is #3009cf


#3009cf Border Color

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

This div border color is #3009cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,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 #3009cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3009cf


Comments

No comments written yet.

Please login to write comment.