Color Hex Logo

#004bce Color Hex

#004BCE
(0,75,206)
0 Favorites   0 Comments

Color spaces of #004bce

RGB 075206
HSL0.611.000.40
HSV218°100°81°
CMYK 1.000.640.00   0.19
XYZ13.65679.488459.5042
Yxy9.48840.16520.1148
Hunter Lab30.803225.2328-92.9712
CIE-Lab36.908133.8298-72.2947

#004bce color RGB value is (0,75,206).

#004bce hex color red value is 0, green value is 75 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #004bce hue: 0.61 , saturation: 1.00 and the lightness value of 004bce is 0.40.

The process color (four color CMYK) of #004bce color hex is 1.00, 0.64, 0.00, 0.19. Web safe color of #004bce is #0033cc. Color #004bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001011 11001110
Octal 0 113 316
Decimal 0 75 206
Hex 0 4B CE

RGB Percentages of Color #004bce

%0.00
%26.69
%73.31

CMYK Percentages of Color #004bce

%100
%64
%0
%19

Triadic Colors of #004bce

#004bce #ce004b #4bce00

Analogous Colors of #004bce

#004bce #1c00ce #00b2ce

Monochromatic Colors of #004bce

#004bce

Complementary Color

#004bce #ce8300

#004bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#004bce Color CSS Codes

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

#004bce Text Font Color

<p style="color:#004bce">Text here</p>

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


#004bce Background Color

<div style="background-color:#004bce">
Div content here</div>

This div background color is #004bce


#004bce Border Color

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

This div border color is #004bce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,75,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #004bce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #004bce;
  -webkit-box-shadow: 1px 1px 3px 2px #004bce;
  box-shadow:         1px 1px 3px 2px #004bce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,75,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004bce


Comments

No comments written yet.

Please login to write comment.