Color Hex Logo

#6135cd Color Hex

#6135CD
(97,53,205)
0 Favorites   0 Comments

Color spaces of #6135cd

RGB 9753205
HSL0.710.600.51
HSV257°74°80°
CMYK 0.530.740.00   0.20
XYZ17.22239.495458.6827
Yxy9.49540.20170.1112
Hunter Lab30.814645.8382-91.3404
CIE-Lab36.921154.8273-71.5163

#6135cd color RGB value is (97,53,205).

#6135cd hex color red value is 97, green value is 53 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6135cd hue: 0.71 , saturation: 0.60 and the lightness value of 6135cd is 0.51.

The process color (four color CMYK) of #6135cd color hex is 0.53, 0.74, 0.00, 0.20. Web safe color of #6135cd is #6633cc. Color #6135cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110101 11001101
Octal 141 65 315
Decimal 97 53 205
Hex 61 35 CD

RGB Percentages of Color #6135cd

%27.32
%14.93
%57.75

CMYK Percentages of Color #6135cd

%53
%74
%0
%20

Triadic Colors of #6135cd

#6135cd #cd6135 #35cd61

Analogous Colors of #6135cd

#6135cd #ad35cd #3555cd

Monochromatic Colors of #6135cd

#6135cd

Complementary Color

#6135cd #a1cd35

#6135cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6135cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6135cd Color CSS Codes

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

#6135cd Text Font Color

<p style="color:#6135cd">Text here</p>

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


#6135cd Background Color

<div style="background-color:#6135cd">
Div content here</div>

This div background color is #6135cd


#6135cd Border Color

<div style="border:3px solid #6135cd">
Div here</div>

This div border color is #6135cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,53,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6135cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6135cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6135cd;
  box-shadow:         1px 1px 3px 2px #6135cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,53,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6135cd


Comments

No comments written yet.

Please login to write comment.