Color Hex Logo

#6d02be Color Hex

#6D02BE
(109,2,190)
0 Favorites   0 Comments

Color spaces of #6d02be

RGB 1092190
HSL0.760.980.38
HSV274°99°75°
CMYK 0.430.990.00   0.25
XYZ15.62267.012349.2453
Yxy7.01230.21730.0976
Hunter Lab26.480758.9667-91.7230
CIE-Lab31.834967.7044-71.0460

#6d02be color RGB value is (109,2,190).

#6d02be hex color red value is 109, green value is 2 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6d02be hue: 0.76 , saturation: 0.98 and the lightness value of 6d02be is 0.38.

The process color (four color CMYK) of #6d02be color hex is 0.43, 0.99, 0.00, 0.25. Web safe color of #6d02be is #6600cc. Color #6d02be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00000010 10111110
Octal 155 2 276
Decimal 109 2 190
Hex 6D 2 BE

RGB Percentages of Color #6d02be

%36.21
%0.66
%63.12

CMYK Percentages of Color #6d02be

%43
%99
%0
%25

Triadic Colors of #6d02be

#6d02be #be6d02 #02be6d

Analogous Colors of #6d02be

#6d02be #be02b1 #0f02be

Monochromatic Colors of #6d02be

#6d02be

Complementary Color

#6d02be #53be02

#6d02be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d02be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d02be Color CSS Codes

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

#6d02be Text Font Color

<p style="color:#6d02be">Text here</p>

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


#6d02be Background Color

<div style="background-color:#6d02be">
Div content here</div>

This div background color is #6d02be


#6d02be Border Color

<div style="border:3px solid #6d02be">
Div here</div>

This div border color is #6d02be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,2,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d02be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d02be;
  -webkit-box-shadow: 1px 1px 3px 2px #6d02be;
  box-shadow:         1px 1px 3px 2px #6d02be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d02be


Comments

No comments written yet.

Please login to write comment.