Color Hex Logo

#cc4bda Color Hex

#CC4BDA
(204,75,218)
0 Favorites   0 Comments

Color spaces of #cc4bda

RGB 20475218
HSL0.820.660.57
HSV294°66°85°
CMYK 0.060.660.00   0.15
XYZ40.072822.931568.6438
Yxy22.93150.30440.1742
Hunter Lab47.886865.5709-51.4690
CIE-Lab55.001768.8797-49.0752

#cc4bda color RGB value is (204,75,218).

#cc4bda hex color red value is 204, green value is 75 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cc4bda hue: 0.82 , saturation: 0.66 and the lightness value of cc4bda is 0.57.

The process color (four color CMYK) of #cc4bda color hex is 0.06, 0.66, 0.00, 0.15. Web safe color of #cc4bda is #cc33cc. Color #cc4bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001011 11011010
Octal 314 113 332
Decimal 204 75 218
Hex CC 4B DA

RGB Percentages of Color #cc4bda

%41.05
%15.09
%43.86

CMYK Percentages of Color #cc4bda

%6
%66
%0
%15

Triadic Colors of #cc4bda

#cc4bda #dacc4b #4bdacc

Analogous Colors of #cc4bda

#cc4bda #da4ba1 #854bda

Monochromatic Colors of #cc4bda

#cc4bda

Complementary Color

#cc4bda #59da4b

#cc4bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4bda Color CSS Codes

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

#cc4bda Text Font Color

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

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


#cc4bda Background Color

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

This div background color is #cc4bda


#cc4bda Border Color

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

This div border color is #cc4bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4bda


Comments

No comments written yet.

Please login to write comment.