Color Hex Logo

#6939cf Color Hex

#6939CF
(105,57,207)
0 Favorites   0 Comments

Color spaces of #6939cf

RGB 10557207
HSL0.720.610.52
HSV259°72°81°
CMYK 0.490.720.00   0.19
XYZ18.551310.434560.0678
Yxy10.43450.20830.1172
Hunter Lab32.302545.9831-87.6405
CIE-Lab38.611254.6406-69.8730

#6939cf color RGB value is (105,57,207).

#6939cf hex color red value is 105, green value is 57 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6939cf hue: 0.72 , saturation: 0.61 and the lightness value of 6939cf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111001 11001111
Octal 151 71 317
Decimal 105 57 207
Hex 69 39 CF

RGB Percentages of Color #6939cf

%28.46
%15.45
%56.10

CMYK Percentages of Color #6939cf

%49
%72
%0
%19

Triadic Colors of #6939cf

#6939cf #cf6939 #39cf69

Analogous Colors of #6939cf

#6939cf #b439cf #3954cf

Monochromatic Colors of #6939cf

#6939cf

Complementary Color

#6939cf #9fcf39

#6939cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6939cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6939cf Color CSS Codes

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

#6939cf Text Font Color

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

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


#6939cf Background Color

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

This div background color is #6939cf


#6939cf Border Color

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

This div border color is #6939cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6939cf


Comments

No comments written yet.

Please login to write comment.