Color Hex Logo

#6150ca Color Hex

#6150CA
(97,80,202)
0 Favorites   0 Comments

Color spaces of #6150ca

RGB 9780202
HSL0.690.540.55
HSV248°60°79°
CMYK 0.520.600.00   0.21
XYZ18.459112.543057.3253
Yxy12.54300.20900.1420
Hunter Lab35.416131.0572-71.1769
CIE-Lab42.066439.2662-61.3803

#6150ca color RGB value is (97,80,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010000 11001010
Octal 141 120 312
Decimal 97 80 202
Hex 61 50 CA

RGB Percentages of Color #6150ca

%25.59
%21.11
%53.30

CMYK Percentages of Color #6150ca

%52
%60
%0
%21

Triadic Colors of #6150ca

#6150ca #ca6150 #50ca61

Analogous Colors of #6150ca

#6150ca #9e50ca #507cca

Monochromatic Colors of #6150ca

#6150ca

Complementary Color

#6150ca #b9ca50

#6150ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6150ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6150ca Color CSS Codes

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

#6150ca Text Font Color

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

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


#6150ca Background Color

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

This div background color is #6150ca


#6150ca Border Color

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

This div border color is #6150ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,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 #6150ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6150ca


Comments

No comments written yet.

Please login to write comment.