Color Hex Logo

#c32bee Color Hex

#C32BEE
(195,43,238)
0 Favorites   0 Comments

Color spaces of #c32bee

RGB 19543238
HSL0.800.850.55
HSV287°82°93°
CMYK 0.180.820.00   0.07
XYZ38.802219.502982.6083
Yxy19.50290.27540.1384
Hunter Lab44.162179.5521-79.9927
CIE-Lab51.270580.9575-66.4275

#c32bee color RGB value is (195,43,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101011 11101110
Octal 303 53 356
Decimal 195 43 238
Hex C3 2B EE

RGB Percentages of Color #c32bee

%40.97
%9.03
%50.00

CMYK Percentages of Color #c32bee

%18
%82
%0
%7

Triadic Colors of #c32bee

#c32bee #eec32b #2beec3

Analogous Colors of #c32bee

#c32bee #ee2bb8 #622bee

Monochromatic Colors of #c32bee

#c32bee

Complementary Color

#c32bee #56ee2b

#c32bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32bee Color CSS Codes

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

#c32bee Text Font Color

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

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


#c32bee Background Color

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

This div background color is #c32bee


#c32bee Border Color

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

This div border color is #c32bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32bee


Comments

No comments written yet.

Please login to write comment.