Color Hex Logo

#c625db Color Hex

#C625DB
(198,37,219)
0 Favorites   0 Comments

Color spaces of #c625db

RGB 19837219
HSL0.810.720.50
HSV293°83°86°
CMYK 0.100.830.00   0.14
XYZ36.736518.443468.6415
Yxy18.44340.29670.1490
Hunter Lab42.945877.5366-64.7029
CIE-Lab50.029579.6037-57.6460

#c625db color RGB value is (198,37,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100101 11011011
Octal 306 45 333
Decimal 198 37 219
Hex C6 25 DB

RGB Percentages of Color #c625db

%43.61
%8.15
%48.24

CMYK Percentages of Color #c625db

%10
%83
%0
%14

Triadic Colors of #c625db

#c625db #dbc625 #25dbc6

Analogous Colors of #c625db

#c625db #db2595 #6b25db

Monochromatic Colors of #c625db

#c625db

Complementary Color

#c625db #3adb25

#c625db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c625db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c625db Color CSS Codes

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

#c625db Text Font Color

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

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


#c625db Background Color

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

This div background color is #c625db


#c625db Border Color

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

This div border color is #c625db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c625db


Comments

No comments written yet.

Please login to write comment.