Color Hex Logo

#c62ddb Color Hex

#C62DDB
(198,45,219)
0 Favorites   0 Comments

Color spaces of #c62ddb

RGB 19845219
HSL0.810.710.52
HSV293°79°86°
CMYK 0.100.790.00   0.14
XYZ37.013318.997068.7338
Yxy18.99700.29670.1523
Hunter Lab43.585575.3093-62.9896
CIE-Lab50.683777.6966-56.5950

#c62ddb color RGB value is (198,45,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101101 11011011
Octal 306 55 333
Decimal 198 45 219
Hex C6 2D DB

RGB Percentages of Color #c62ddb

%42.86
%9.74
%47.40

CMYK Percentages of Color #c62ddb

%10
%79
%0
%14

Triadic Colors of #c62ddb

#c62ddb #dbc62d #2ddbc6

Analogous Colors of #c62ddb

#c62ddb #db2d99 #6f2ddb

Monochromatic Colors of #c62ddb

#c62ddb

Complementary Color

#c62ddb #42db2d

#c62ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62ddb Color CSS Codes

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

#c62ddb Text Font Color

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

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


#c62ddb Background Color

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

This div background color is #c62ddb


#c62ddb Border Color

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

This div border color is #c62ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62ddb


Comments

No comments written yet.

Please login to write comment.