Color Hex Logo

#c42bed Color Hex

#C42BED
(196,43,237)
0 Favorites   0 Comments

Color spaces of #c42bed

RGB 19643237
HSL0.800.840.55
HSV287°82°93°
CMYK 0.170.820.00   0.07
XYZ38.914919.577981.8486
Yxy19.57790.27730.1395
Hunter Lab44.246979.5576-78.7027
CIE-Lab51.356680.9450-65.7181

#c42bed color RGB value is (196,43,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101011 11101101
Octal 304 53 355
Decimal 196 43 237
Hex C4 2B ED

RGB Percentages of Color #c42bed

%41.18
%9.03
%49.79

CMYK Percentages of Color #c42bed

%17
%82
%0
%7

Triadic Colors of #c42bed

#c42bed #edc42b #2bedc4

Analogous Colors of #c42bed

#c42bed #ed2bb5 #632bed

Monochromatic Colors of #c42bed

#c42bed

Complementary Color

#c42bed #54ed2b

#c42bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42bed Color CSS Codes

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

#c42bed Text Font Color

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

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


#c42bed Background Color

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

This div background color is #c42bed


#c42bed Border Color

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

This div border color is #c42bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42bed


Comments

No comments written yet.

Please login to write comment.