Color Hex Logo

#c254db Color Hex

#C254DB
(194,84,219)
0 Favorites   0 Comments

Color spaces of #c254db

RGB 19484219
HSL0.800.650.59
HSV289°62°86°
CMYK 0.110.620.00   0.14
XYZ38.204622.924569.4291
Yxy22.92450.29260.1756
Hunter Lab47.879558.6416-52.4595
CIE-Lab54.994562.9916-49.7392

#c254db color RGB value is (194,84,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010100 11011011
Octal 302 124 333
Decimal 194 84 219
Hex C2 54 DB

RGB Percentages of Color #c254db

%39.03
%16.90
%44.06

CMYK Percentages of Color #c254db

%11
%62
%0
%14

Triadic Colors of #c254db

#c254db #dbc254 #54dbc2

Analogous Colors of #c254db

#c254db #db54b1 #7f54db

Monochromatic Colors of #c254db

#c254db

Complementary Color

#c254db #6ddb54

#c254db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c254db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c254db Color CSS Codes

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

#c254db Text Font Color

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

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


#c254db Background Color

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

This div background color is #c254db


#c254db Border Color

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

This div border color is #c254db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c254db


Comments

No comments written yet.

Please login to write comment.