Color Hex Logo

#4d02ce Color Hex

#4D02CE
(77,2,206)
0 Favorites   0 Comments

Color spaces of #4d02ce

RGB 772206
HSL0.730.980.41
HSV262°99°81°
CMYK 0.630.990.00   0.19
XYZ14.22296.077458.8160
Yxy6.07740.17980.0768
Hunter Lab24.652459.8418-124.1982
CIE-Lab29.606968.8709-84.2502

#4d02ce color RGB value is (77,2,206).

#4d02ce hex color red value is 77, green value is 2 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4d02ce hue: 0.73 , saturation: 0.98 and the lightness value of 4d02ce is 0.41.

The process color (four color CMYK) of #4d02ce color hex is 0.63, 0.99, 0.00, 0.19. Web safe color of #4d02ce is #6600cc. Color #4d02ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00000010 11001110
Octal 115 2 316
Decimal 77 2 206
Hex 4D 2 CE

RGB Percentages of Color #4d02ce

%27.02
%0.70
%72.28

CMYK Percentages of Color #4d02ce

%63
%99
%0
%19

Triadic Colors of #4d02ce

#4d02ce #ce4d02 #02ce4d

Analogous Colors of #4d02ce

#4d02ce #b302ce #021dce

Monochromatic Colors of #4d02ce

#4d02ce

Complementary Color

#4d02ce #83ce02

#4d02ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d02ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d02ce Color CSS Codes

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

#4d02ce Text Font Color

<p style="color:#4d02ce">Text here</p>

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


#4d02ce Background Color

<div style="background-color:#4d02ce">
Div content here</div>

This div background color is #4d02ce


#4d02ce Border Color

<div style="border:3px solid #4d02ce">
Div here</div>

This div border color is #4d02ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d02ce


Comments

No comments written yet.

Please login to write comment.