Color Hex Logo

#6850ca Color Hex

#6850CA
(104,80,202)
0 Favorites   0 Comments

Color spaces of #6850ca

RGB 10480202
HSL0.700.540.55
HSV252°60°79°
CMYK 0.490.600.00   0.21
XYZ19.238312.944657.3617
Yxy12.94460.21480.1446
Hunter Lab35.978632.4841-69.3427
CIE-Lab42.679740.6412-60.3572

#6850ca color RGB value is (104,80,202).

#6850ca hex color red value is 104, green value is 80 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6850ca hue: 0.70 , saturation: 0.54 and the lightness value of 6850ca is 0.55.

The process color (four color CMYK) of #6850ca color hex is 0.49, 0.60, 0.00, 0.21. Web safe color of #6850ca is #6666cc. Color #6850ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010000 11001010
Octal 150 120 312
Decimal 104 80 202
Hex 68 50 CA

RGB Percentages of Color #6850ca

%26.94
%20.73
%52.33

CMYK Percentages of Color #6850ca

%49
%60
%0
%21

Triadic Colors of #6850ca

#6850ca #ca6850 #50ca68

Analogous Colors of #6850ca

#6850ca #a550ca #5075ca

Monochromatic Colors of #6850ca

#6850ca

Complementary Color

#6850ca #b2ca50

#6850ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6850ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6850ca Color CSS Codes

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

#6850ca Text Font Color

<p style="color:#6850ca">Text here</p>

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


#6850ca Background Color

<div style="background-color:#6850ca">
Div content here</div>

This div background color is #6850ca


#6850ca Border Color

<div style="border:3px solid #6850ca">
Div here</div>

This div border color is #6850ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,80,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6850ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6850ca;
  -webkit-box-shadow: 1px 1px 3px 2px #6850ca;
  box-shadow:         1px 1px 3px 2px #6850ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6850ca


Comments

No comments written yet.

Please login to write comment.