Color Hex Logo

#6139ca Color Hex

#6139CA
(97,57,202)
0 Favorites   0 Comments

Color spaces of #6139ca

RGB 9757202
HSL0.710.580.51
HSV257°72°79°
CMYK 0.520.720.00   0.21
XYZ17.05369.731956.8567
Yxy9.73190.20390.1164
Hunter Lab31.196042.9858-86.2226
CIE-Lab37.356952.0221-69.0590

#6139ca color RGB value is (97,57,202).

#6139ca hex color red value is 97, green value is 57 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6139ca hue: 0.71 , saturation: 0.58 and the lightness value of 6139ca is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111001 11001010
Octal 141 71 312
Decimal 97 57 202
Hex 61 39 CA

RGB Percentages of Color #6139ca

%27.25
%16.01
%56.74

CMYK Percentages of Color #6139ca

%52
%72
%0
%21

Triadic Colors of #6139ca

#6139ca #ca6139 #39ca61

Analogous Colors of #6139ca

#6139ca #aa39ca #395aca

Monochromatic Colors of #6139ca

#6139ca

Complementary Color

#6139ca #a2ca39

#6139ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6139ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6139ca Color CSS Codes

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

#6139ca Text Font Color

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

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


#6139ca Background Color

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

This div background color is #6139ca


#6139ca Border Color

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

This div border color is #6139ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6139ca


Comments

No comments written yet.

Please login to write comment.