Color Hex Logo

#c40ceb Color Hex

#C40CEB
(196,12,235)
0 Favorites   0 Comments

Color spaces of #c40ceb

RGB 19612235
HSL0.800.900.48
HSV290°95°92°
CMYK 0.170.950.00   0.08
XYZ37.891817.996980.0739
Yxy17.99690.27870.1324
Hunter Lab42.422885.1955-82.2153
CIE-Lab49.492385.6979-67.6084

#c40ceb color RGB value is (196,12,235).

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

The process color (four color CMYK) of #c40ceb color hex is 0.17, 0.95, 0.00, 0.08. Web safe color of #c40ceb is #cc00ff. Color #c40ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001100 11101011
Octal 304 14 353
Decimal 196 12 235
Hex C4 C EB

RGB Percentages of Color #c40ceb

%44.24
%2.71
%53.05

CMYK Percentages of Color #c40ceb

%17
%95
%0
%8

Triadic Colors of #c40ceb

#c40ceb #ebc40c #0cebc4

Analogous Colors of #c40ceb

#c40ceb #eb0ca3 #550ceb

Monochromatic Colors of #c40ceb

#c40ceb

Complementary Color

#c40ceb #33eb0c

#c40ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40ceb Color CSS Codes

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

#c40ceb Text Font Color

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

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


#c40ceb Background Color

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

This div background color is #c40ceb


#c40ceb Border Color

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

This div border color is #c40ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40ceb


Comments

No comments written yet.

Please login to write comment.