Color Hex Logo

#9252ce Color Hex

#9252CE
(146,82,206)
0 Favorites   0 Comments

Color spaces of #9252ce

RGB 14682206
HSL0.750.560.56
HSV271°60°81°
CMYK 0.290.600.00   0.19
XYZ26.011916.601860.2260
Yxy16.60180.25290.1614
Hunter Lab40.745342.6505-59.1154
CIE-Lab47.754349.8213-54.2528

#9252ce color RGB value is (146,82,206).

#9252ce hex color red value is 146, green value is 82 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9252ce hue: 0.75 , saturation: 0.56 and the lightness value of 9252ce is 0.56.

The process color (four color CMYK) of #9252ce color hex is 0.29, 0.60, 0.00, 0.19. Web safe color of #9252ce is #9966cc. Color #9252ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01010010 11001110
Octal 222 122 316
Decimal 146 82 206
Hex 92 52 CE

RGB Percentages of Color #9252ce

%33.64
%18.89
%47.47

CMYK Percentages of Color #9252ce

%29
%60
%0
%19

Triadic Colors of #9252ce

#9252ce #ce9252 #52ce92

Analogous Colors of #9252ce

#9252ce #ce52cc #5452ce

Monochromatic Colors of #9252ce

#9252ce

Complementary Color

#9252ce #8ece52

#9252ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9252ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9252ce Color CSS Codes

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

#9252ce Text Font Color

<p style="color:#9252ce">Text here</p>

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


#9252ce Background Color

<div style="background-color:#9252ce">
Div content here</div>

This div background color is #9252ce


#9252ce Border Color

<div style="border:3px solid #9252ce">
Div here</div>

This div border color is #9252ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,82,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9252ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9252ce;
  -webkit-box-shadow: 1px 1px 3px 2px #9252ce;
  box-shadow:         1px 1px 3px 2px #9252ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,82,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9252ce


Comments

No comments written yet.

Please login to write comment.