Color Hex Logo

#3006cf Color Hex

#3006CF
(48,6,207)
0 Favorites   0 Comments

Color spaces of #3006cf

RGB 486207
HSL0.700.940.42
HSV253°97°81°
CMYK 0.770.970.00   0.19
XYZ12.54655.263659.3862
Yxy5.26360.16250.0682
Hunter Lab22.942557.4662-137.4110
CIE-Lab27.472967.2008-88.4541

#3006cf color RGB value is (48,6,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000110 11001111
Octal 60 6 317
Decimal 48 6 207
Hex 30 6 CF

RGB Percentages of Color #3006cf

%18.39
%2.30
%79.31

CMYK Percentages of Color #3006cf

%77
%97
%0
%19

Triadic Colors of #3006cf

#3006cf #cf3006 #06cf30

Analogous Colors of #3006cf

#3006cf #9506cf #0640cf

Monochromatic Colors of #3006cf

#3006cf

Complementary Color

#3006cf #a5cf06

#3006cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3006cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3006cf Color CSS Codes

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

#3006cf Text Font Color

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

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


#3006cf Background Color

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

This div background color is #3006cf


#3006cf Border Color

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

This div border color is #3006cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3006cf


Comments

No comments written yet.

Please login to write comment.