Color Hex Logo

#c253db Color Hex

#C253DB
(194,83,219)
0 Favorites   0 Comments

Color spaces of #c253db

RGB 19483219
HSL0.800.650.59
HSV289°62°86°
CMYK 0.110.620.00   0.14
XYZ38.127622.770369.4034
Yxy22.77030.29260.1748
Hunter Lab47.718259.1173-52.8311
CIE-Lab54.834963.4312-49.9930

#c253db color RGB value is (194,83,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010011 11011011
Octal 302 123 333
Decimal 194 83 219
Hex C2 53 DB

RGB Percentages of Color #c253db

%39.11
%16.73
%44.15

CMYK Percentages of Color #c253db

%11
%62
%0
%14

Triadic Colors of #c253db

#c253db #dbc253 #53dbc2

Analogous Colors of #c253db

#c253db #db53b0 #7e53db

Monochromatic Colors of #c253db

#c253db

Complementary Color

#c253db #6cdb53

#c253db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c253db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c253db Color CSS Codes

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

#c253db Text Font Color

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

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


#c253db Background Color

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

This div background color is #c253db


#c253db Border Color

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

This div border color is #c253db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c253db


Comments

No comments written yet.

Please login to write comment.