Color Hex Logo

#c61bda Color Hex

#C61BDA
(198,27,218)
0 Favorites   0 Comments

Color spaces of #c61bda

RGB 19827218
HSL0.820.780.48
HSV294°88°85°
CMYK 0.090.880.00   0.15
XYZ36.335517.851667.8603
Yxy17.85160.29770.1463
Hunter Lab42.251279.5684-65.6509
CIE-Lab49.315681.3510-58.2238

#c61bda color RGB value is (198,27,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011011 11011010
Octal 306 33 332
Decimal 198 27 218
Hex C6 1B DA

RGB Percentages of Color #c61bda

%44.70
%6.09
%49.21

CMYK Percentages of Color #c61bda

%9
%88
%0
%15

Triadic Colors of #c61bda

#c61bda #dac61b #1bdac6

Analogous Colors of #c61bda

#c61bda #da1b8f #671bda

Monochromatic Colors of #c61bda

#c61bda

Complementary Color

#c61bda #2fda1b

#c61bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61bda Color CSS Codes

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

#c61bda Text Font Color

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

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


#c61bda Background Color

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

This div background color is #c61bda


#c61bda Border Color

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

This div border color is #c61bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61bda


Comments

No comments written yet.

Please login to write comment.