Color Hex Logo

#3300cf Color Hex

#3300CF
(51,0,207)
0 Favorites   0 Comments

Color spaces of #3300cf

RGB 510207
HSL0.711.000.41
HSV255°100°81°
CMYK 0.751.000.00   0.19
XYZ12.62775.208859.3713
Yxy5.20880.16360.0675
Hunter Lab22.822858.8230-138.2613
CIE-Lab27.321568.4014-88.7015

#3300cf color RGB value is (51,0,207).

#3300cf hex color red value is 51, green value is 0 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #3300cf hue: 0.71 , saturation: 1.00 and the lightness value of 3300cf is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000000 11001111
Octal 63 0 317
Decimal 51 0 207
Hex 33 0 CF

RGB Percentages of Color #3300cf

%19.77
%0.00
%80.23

CMYK Percentages of Color #3300cf

%75
%100
%0
%19

Triadic Colors of #3300cf

#3300cf #cf3300 #00cf33

Analogous Colors of #3300cf

#3300cf #9b00cf #0035cf

Monochromatic Colors of #3300cf

#3300cf

Complementary Color

#3300cf #9ccf00

#3300cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3300cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3300cf Color CSS Codes

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

#3300cf Text Font Color

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

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


#3300cf Background Color

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

This div background color is #3300cf


#3300cf Border Color

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

This div border color is #3300cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3300cf


Comments

No comments written yet.

Please login to write comment.