Color Hex Logo

#c622db Color Hex

#C622DB
(198,34,219)
0 Favorites   0 Comments

Color spaces of #c622db

RGB 19834219
HSL0.810.730.50
HSV293°84°86°
CMYK 0.100.840.00   0.14
XYZ36.646918.264368.6117
Yxy18.26430.29670.1479
Hunter Lab42.736878.2750-65.2714
CIE-Lab49.815180.2317-57.9909

#c622db color RGB value is (198,34,219).

#c622db hex color red value is 198, green value is 34 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c622db hue: 0.81 , saturation: 0.73 and the lightness value of c622db is 0.50.

The process color (four color CMYK) of #c622db color hex is 0.10, 0.84, 0.00, 0.14. Web safe color of #c622db is #cc33cc. Color #c622db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100010 11011011
Octal 306 42 333
Decimal 198 34 219
Hex C6 22 DB

RGB Percentages of Color #c622db

%43.90
%7.54
%48.56

CMYK Percentages of Color #c622db

%10
%84
%0
%14

Triadic Colors of #c622db

#c622db #dbc622 #22dbc6

Analogous Colors of #c622db

#c622db #db2294 #6a22db

Monochromatic Colors of #c622db

#c622db

Complementary Color

#c622db #37db22

#c622db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c622db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c622db Color CSS Codes

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

#c622db Text Font Color

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

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


#c622db Background Color

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

This div background color is #c622db


#c622db Border Color

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

This div border color is #c622db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c622db


Comments

No comments written yet.

Please login to write comment.