Color Hex Logo

#6525ea Color Hex

#6525EA
(101,37,234)
0 Favorites   0 Comments

Color spaces of #6525ea

RGB 10137234
HSL0.720.820.53
HSV259°84°92°
CMYK 0.570.840.00   0.08
XYZ20.879710.030478.6775
Yxy10.03040.19050.0915
Hunter Lab31.670862.2563-125.1203
CIE-Lab37.896969.3787-86.5449

#6525ea color RGB value is (101,37,234).

#6525ea hex color red value is 101, green value is 37 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6525ea hue: 0.72 , saturation: 0.82 and the lightness value of 6525ea is 0.53.

The process color (four color CMYK) of #6525ea color hex is 0.57, 0.84, 0.00, 0.08. Web safe color of #6525ea is #6633ff. Color #6525ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00100101 11101010
Octal 145 45 352
Decimal 101 37 234
Hex 65 25 EA

RGB Percentages of Color #6525ea

%27.15
%9.95
%62.90

CMYK Percentages of Color #6525ea

%57
%84
%0
%8

Triadic Colors of #6525ea

#6525ea #ea6525 #25ea65

Analogous Colors of #6525ea

#6525ea #c825ea #2548ea

Monochromatic Colors of #6525ea

#6525ea

Complementary Color

#6525ea #aaea25

#6525ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6525ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6525ea Color CSS Codes

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

#6525ea Text Font Color

<p style="color:#6525ea">Text here</p>

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


#6525ea Background Color

<div style="background-color:#6525ea">
Div content here</div>

This div background color is #6525ea


#6525ea Border Color

<div style="border:3px solid #6525ea">
Div here</div>

This div border color is #6525ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,37,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6525ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6525ea;
  -webkit-box-shadow: 1px 1px 3px 2px #6525ea;
  box-shadow:         1px 1px 3px 2px #6525ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,37,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6525ea


Comments

No comments written yet.

Please login to write comment.