Color Hex Logo

#c621da Color Hex

#C621DA
(198,33,218)
0 Favorites   0 Comments

Color spaces of #c621da

RGB 19833218
HSL0.820.740.49
HSV294°85°85°
CMYK 0.090.850.00   0.15
XYZ36.487418.155467.9109
Yxy18.15540.29770.1481
Hunter Lab42.609278.2885-64.6706
CIE-Lab49.684180.2679-57.6311

#c621da color RGB value is (198,33,218).

#c621da hex color red value is 198, green value is 33 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c621da hue: 0.82 , saturation: 0.74 and the lightness value of c621da is 0.49.

The process color (four color CMYK) of #c621da color hex is 0.09, 0.85, 0.00, 0.15. Web safe color of #c621da is #cc33cc. Color #c621da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100001 11011010
Octal 306 41 332
Decimal 198 33 218
Hex C6 21 DA

RGB Percentages of Color #c621da

%44.10
%7.35
%48.55

CMYK Percentages of Color #c621da

%9
%85
%0
%15

Triadic Colors of #c621da

#c621da #dac621 #21dac6

Analogous Colors of #c621da

#c621da #da2192 #6a21da

Monochromatic Colors of #c621da

#c621da

Complementary Color

#c621da #35da21

#c621da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c621da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c621da Color CSS Codes

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

#c621da Text Font Color

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

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


#c621da Background Color

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

This div background color is #c621da


#c621da Border Color

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

This div border color is #c621da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,33,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c621da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c621da


Comments

No comments written yet.

Please login to write comment.