Color Hex Logo

#c32bed Color Hex

#C32BED
(195,43,237)
0 Favorites   0 Comments

Color spaces of #c32bed

RGB 19543237
HSL0.800.840.55
HSV287°82°93°
CMYK 0.180.820.00   0.07
XYZ38.655619.444381.8365
Yxy19.44430.27620.1390
Hunter Lab44.095779.3110-79.1684
CIE-Lab51.203080.7805-65.9739

#c32bed color RGB value is (195,43,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101011 11101101
Octal 303 53 355
Decimal 195 43 237
Hex C3 2B ED

RGB Percentages of Color #c32bed

%41.05
%9.05
%49.89

CMYK Percentages of Color #c32bed

%18
%82
%0
%7

Triadic Colors of #c32bed

#c32bed #edc32b #2bedc3

Analogous Colors of #c32bed

#c32bed #ed2bb6 #622bed

Monochromatic Colors of #c32bed

#c32bed

Complementary Color

#c32bed #55ed2b

#c32bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32bed Color CSS Codes

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

#c32bed Text Font Color

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

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


#c32bed Background Color

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

This div background color is #c32bed


#c32bed Border Color

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

This div border color is #c32bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32bed


Comments

No comments written yet.

Please login to write comment.