color codes Logo

#c42ceb color codes

#C42CEB
(196,44,235)
0 Favorites   0 Comments

Color spaces of #c42ceb

RGB 19644235
HSL0.800.830.55
HSV288°81°92°
CMYK 0.170.810.00   0.08
XYZ38.661019.535380.3303
Yxy19.53530.27910.1410
Hunter Lab44.198878.7875-76.8192
CIE-Lab51.307780.3465-64.6710

#c42ceb color RGB value is (196,44,235).

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

The process color (four color CMYK) of #c42ceb color code is 0.17, 0.81, 0.00, 0.08. Web safe color of #c42ceb is #cc33ff. Color #c42ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101100 11101011
Octal 304 54 353
Decimal 196 44 235
Hex C4 2C EB

RGB Percentages of Color #c42ceb

%41.26
%9.26
%49.47

CMYK Percentages of Color #c42ceb

%17
%81
%0
%8

Triadic Colors of #c42ceb

#c42ceb #ebc42c #2cebc4

Analogous Colors of #c42ceb

#c42ceb #eb2cb3 #652ceb

Monochromatic Colors of #c42ceb

#c42ceb

Complementary Color

#c42ceb #53eb2c

#c42ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42ceb Color CSS Codes

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

#c42ceb Text Font Color

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

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


#c42ceb Background Color

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

This div background color is #c42ceb


#c42ceb Border Color

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

This div border color is #c42ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,44,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42ceb


Comments

No comments written yet.

Please login to write comment.