color codes Logo

#c703db color codes

#C703DB
(199,3,219)
0 Favorites   0 Comments

Color spaces of #c703db

RGB 1993219
HSL0.820.970.44
HSV294°99°86°
CMYK 0.090.990.00   0.14
XYZ36.371917.321768.4442
Yxy17.32170.29780.1418
Hunter Lab41.619383.1605-68.3706
CIE-Lab48.662884.2858-59.8379

#c703db color RGB value is (199,3,219).

#c703db hex color red value is 199, green value is 3 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c703db hue: 0.82 , saturation: 0.97 and the lightness value of c703db is 0.44.

The process color (four color CMYK) of #c703db color code is 0.09, 0.99, 0.00, 0.14. Web safe color of #c703db is #cc00cc. Color #c703db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000011 11011011
Octal 307 3 333
Decimal 199 3 219
Hex C7 3 DB

RGB Percentages of Color #c703db

%47.27
%0.71
%52.02

CMYK Percentages of Color #c703db

%9
%99
%0
%14

Triadic Colors of #c703db

#c703db #dbc703 #03dbc7

Analogous Colors of #c703db

#c703db #db0383 #5b03db

Monochromatic Colors of #c703db

#c703db

Complementary Color

#c703db #17db03

#c703db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c703db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c703db Color CSS Codes

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

#c703db Text Font Color

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

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


#c703db Background Color

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

This div background color is #c703db


#c703db Border Color

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

This div border color is #c703db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c703db


Comments

No comments written yet.

Please login to write comment.