Color Hex Logo

#c246cb Color Hex

#C246CB
(194,70,203)
0 Favorites   0 Comments

Color spaces of #c246cb

RGB 19470203
HSL0.820.560.54
HSV296°66°80°
CMYK 0.040.660.00   0.20
XYZ35.217820.161458.5353
Yxy20.16140.30920.1770
Hunter Lab44.901461.4264-45.8618
CIE-Lab52.019265.9379-45.3487

#c246cb color RGB value is (194,70,203).

#c246cb hex color red value is 194, green value is 70 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c246cb hue: 0.82 , saturation: 0.56 and the lightness value of c246cb is 0.54.

The process color (four color CMYK) of #c246cb color hex is 0.04, 0.66, 0.00, 0.20. Web safe color of #c246cb is #cc33cc. Color #c246cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000110 11001011
Octal 302 106 313
Decimal 194 70 203
Hex C2 46 CB

RGB Percentages of Color #c246cb

%41.54
%14.99
%43.47

CMYK Percentages of Color #c246cb

%4
%66
%0
%20

Triadic Colors of #c246cb

#c246cb #cbc246 #46cbc2

Analogous Colors of #c246cb

#c246cb #cb4692 #8046cb

Monochromatic Colors of #c246cb

#c246cb

Complementary Color

#c246cb #4fcb46

#c246cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c246cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c246cb Color CSS Codes

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

#c246cb Text Font Color

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

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


#c246cb Background Color

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

This div background color is #c246cb


#c246cb Border Color

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

This div border color is #c246cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,70,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c246cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c246cb;
  -webkit-box-shadow: 1px 1px 3px 2px #c246cb;
  box-shadow:         1px 1px 3px 2px #c246cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,70,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c246cb


Comments

No comments written yet.

Please login to write comment.