Color Hex Logo

#c52bee Color Hex

#C52BEE
(197,43,238)
0 Favorites   0 Comments

Color spaces of #c52bee

RGB 19743238
HSL0.800.850.55
HSV287°82°93°
CMYK 0.170.820.00   0.07
XYZ39.322519.771182.6326
Yxy19.77110.27750.1395
Hunter Lab44.464780.0438-79.0584
CIE-Lab51.577481.2849-65.9162

#c52bee color RGB value is (197,43,238).

#c52bee hex color red value is 197, green value is 43 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c52bee hue: 0.80 , saturation: 0.85 and the lightness value of c52bee is 0.55.

The process color (four color CMYK) of #c52bee color hex is 0.17, 0.82, 0.00, 0.07. Web safe color of #c52bee is #cc33ff. Color #c52bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101011 11101110
Octal 305 53 356
Decimal 197 43 238
Hex C5 2B EE

RGB Percentages of Color #c52bee

%41.21
%9.00
%49.79

CMYK Percentages of Color #c52bee

%17
%82
%0
%7

Triadic Colors of #c52bee

#c52bee #eec52b #2beec5

Analogous Colors of #c52bee

#c52bee #ee2bb6 #632bee

Monochromatic Colors of #c52bee

#c52bee

Complementary Color

#c52bee #54ee2b

#c52bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52bee Color CSS Codes

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

#c52bee Text Font Color

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

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


#c52bee Background Color

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

This div background color is #c52bee


#c52bee Border Color

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

This div border color is #c52bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,43,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c52bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c52bee;
  -webkit-box-shadow: 1px 1px 3px 2px #c52bee;
  box-shadow:         1px 1px 3px 2px #c52bee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,43,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52bee


Comments

No comments written yet.

Please login to write comment.