Color Hex Logo

#3306cf Color Hex

#3306CF
(51,6,207)
0 Favorites   0 Comments

Color spaces of #3306cf

RGB 516207
HSL0.700.940.42
HSV253°97°81°
CMYK 0.750.970.00   0.19
XYZ12.69295.339159.3930
Yxy5.33910.16390.0690
Hunter Lab23.106557.6176-136.2247
CIE-Lab27.679867.2955-88.1037

#3306cf color RGB value is (51,6,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000110 11001111
Octal 63 6 317
Decimal 51 6 207
Hex 33 6 CF

RGB Percentages of Color #3306cf

%19.32
%2.27
%78.41

CMYK Percentages of Color #3306cf

%75
%97
%0
%19

Triadic Colors of #3306cf

#3306cf #cf3306 #06cf33

Analogous Colors of #3306cf

#3306cf #9806cf #063dcf

Monochromatic Colors of #3306cf

#3306cf

Complementary Color

#3306cf #a2cf06

#3306cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3306cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3306cf Color CSS Codes

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

#3306cf Text Font Color

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

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


#3306cf Background Color

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

This div background color is #3306cf


#3306cf Border Color

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

This div border color is #3306cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3306cf


Comments

No comments written yet.

Please login to write comment.