Color Hex Logo

#c270db Color Hex

#C270DB
(194,112,219)
0 Favorites   0 Comments

Color spaces of #c270db

RGB 194112219
HSL0.790.600.65
HSV286°49°86°
CMYK 0.110.490.00   0.14
XYZ40.828528.172170.3037
Yxy28.17210.29310.2022
Hunter Lab53.077444.4214-41.3784
CIE-Lab60.043949.4882-41.7531

#c270db color RGB value is (194,112,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110000 11011011
Octal 302 160 333
Decimal 194 112 219
Hex C2 70 DB

RGB Percentages of Color #c270db

%36.95
%21.33
%41.71

CMYK Percentages of Color #c270db

%11
%49
%0
%14

Triadic Colors of #c270db

#c270db #dbc270 #70dbc2

Analogous Colors of #c270db

#c270db #db70bf #8d70db

Monochromatic Colors of #c270db

#c270db

Complementary Color

#c270db #89db70

#c270db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c270db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c270db Color CSS Codes

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

#c270db Text Font Color

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

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


#c270db Background Color

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

This div background color is #c270db


#c270db Border Color

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

This div border color is #c270db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c270db

#c270db Color Palettes


Comments

No comments written yet.

Please login to write comment.