Color Hex Logo

#6908dc Color Hex

#6908DC
(105,8,220)
0 Favorites   0 Comments

Color spaces of #6908dc

RGB 1058220
HSL0.740.930.45
HSV267°96°86°
CMYK 0.520.960.00   0.14
XYZ18.83088.344268.3282
Yxy8.34420.19720.0874
Hunter Lab28.886365.8119-120.0251
CIE-Lab34.689772.9931-83.8327

#6908dc color RGB value is (105,8,220).

#6908dc hex color red value is 105, green value is 8 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6908dc hue: 0.74 , saturation: 0.93 and the lightness value of 6908dc is 0.45.

The process color (four color CMYK) of #6908dc color hex is 0.52, 0.96, 0.00, 0.14. Web safe color of #6908dc is #6600cc. Color #6908dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001000 11011100
Octal 151 10 334
Decimal 105 8 220
Hex 69 8 DC

RGB Percentages of Color #6908dc

%31.53
%2.40
%66.07

CMYK Percentages of Color #6908dc

%52
%96
%0
%14

Triadic Colors of #6908dc

#6908dc #dc6908 #08dc69

Analogous Colors of #6908dc

#6908dc #d308dc #0811dc

Monochromatic Colors of #6908dc

#6908dc

Complementary Color

#6908dc #7bdc08

#6908dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6908dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6908dc Color CSS Codes

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

#6908dc Text Font Color

<p style="color:#6908dc">Text here</p>

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


#6908dc Background Color

<div style="background-color:#6908dc">
Div content here</div>

This div background color is #6908dc


#6908dc Border Color

<div style="border:3px solid #6908dc">
Div here</div>

This div border color is #6908dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,8,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6908dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6908dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6908dc;
  box-shadow:         1px 1px 3px 2px #6908dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6908dc


Comments

No comments written yet.

Please login to write comment.