Color Hex Logo

#c43ceb Color Hex

#C43CEB
(196,60,235)
0 Favorites   0 Comments

Color spaces of #c43ceb

RGB 19660235
HSL0.800.810.58
HSV287°74°92°
CMYK 0.170.740.00   0.08
XYZ39.376220.965680.5687
Yxy20.96560.27940.1488
Hunter Lab45.788273.3742-72.2746
CIE-Lab52.911875.7027-62.0838

#c43ceb color RGB value is (196,60,235).

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

The process color (four color CMYK) of #c43ceb color hex is 0.17, 0.74, 0.00, 0.08. Web safe color of #c43ceb is #cc33ff. Color #c43ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111100 11101011
Octal 304 74 353
Decimal 196 60 235
Hex C4 3C EB

RGB Percentages of Color #c43ceb

%39.92
%12.22
%47.86

CMYK Percentages of Color #c43ceb

%17
%74
%0
%8

Triadic Colors of #c43ceb

#c43ceb #ebc43c #3cebc4

Analogous Colors of #c43ceb

#c43ceb #eb3cbb #6d3ceb

Monochromatic Colors of #c43ceb

#c43ceb

Complementary Color

#c43ceb #63eb3c

#c43ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43ceb Color CSS Codes

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

#c43ceb Text Font Color

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

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


#c43ceb Background Color

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

This div background color is #c43ceb


#c43ceb Border Color

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

This div border color is #c43ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43ceb


Comments

No comments written yet.

Please login to write comment.