Color Hex Logo

#c272db Color Hex

#C272DB
(194,114,219)
0 Favorites   0 Comments

Color spaces of #c272db

RGB 194114219
HSL0.790.590.65
HSV286°48°86°
CMYK 0.110.480.00   0.14
XYZ41.051628.618470.3781
Yxy28.61840.29310.2043
Hunter Lab53.496243.3581-40.5530
CIE-Lab60.443448.4524-41.1253

#c272db color RGB value is (194,114,219).

#c272db hex color red value is 194, green value is 114 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c272db hue: 0.79 , saturation: 0.59 and the lightness value of c272db is 0.65.

The process color (four color CMYK) of #c272db color hex is 0.11, 0.48, 0.00, 0.14. Web safe color of #c272db is #cc66cc. Color #c272db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110010 11011011
Octal 302 162 333
Decimal 194 114 219
Hex C2 72 DB

RGB Percentages of Color #c272db

%36.81
%21.63
%41.56

CMYK Percentages of Color #c272db

%11
%48
%0
%14

Triadic Colors of #c272db

#c272db #dbc272 #72dbc2

Analogous Colors of #c272db

#c272db #db72c0 #8e72db

Monochromatic Colors of #c272db

#c272db

Complementary Color

#c272db #8bdb72

#c272db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c272db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c272db Color CSS Codes

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

#c272db Text Font Color

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

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


#c272db Background Color

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

This div background color is #c272db


#c272db Border Color

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

This div border color is #c272db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c272db


Comments

No comments written yet.

Please login to write comment.