Color Hex Logo

#6834cf Color Hex

#6834CF
(104,52,207)
0 Favorites   0 Comments

Color spaces of #6834cf

RGB 10452207
HSL0.720.620.51
HSV260°75°81°
CMYK 0.500.750.00   0.19
XYZ18.19949.904059.9839
Yxy9.90400.20660.1124
Hunter Lab31.470648.1526-90.9790
CIE-Lab37.669656.8538-71.4201

#6834cf color RGB value is (104,52,207).

#6834cf hex color red value is 104, green value is 52 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6834cf hue: 0.72 , saturation: 0.62 and the lightness value of 6834cf is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110100 11001111
Octal 150 64 317
Decimal 104 52 207
Hex 68 34 CF

RGB Percentages of Color #6834cf

%28.65
%14.33
%57.02

CMYK Percentages of Color #6834cf

%50
%75
%0
%19

Triadic Colors of #6834cf

#6834cf #cf6834 #34cf68

Analogous Colors of #6834cf

#6834cf #b634cf #344dcf

Monochromatic Colors of #6834cf

#6834cf

Complementary Color

#6834cf #9bcf34

#6834cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6834cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6834cf Color CSS Codes

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

#6834cf Text Font Color

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

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


#6834cf Background Color

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

This div background color is #6834cf


#6834cf Border Color

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

This div border color is #6834cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6834cf


Comments

No comments written yet.

Please login to write comment.