Color Hex Logo

#cc69bf Color Hex

#CC69BF
(204,105,191)
0 Favorites   0 Comments

Color spaces of #cc69bf

RGB 204105191
HSL0.860.490.61
HSV308°49°80°
CMYK 0.000.490.06   0.20
XYZ39.357426.702152.3699
Yxy26.70210.33230.2255
Hunter Lab51.674145.5243-23.9165
CIE-Lab58.697650.7048-27.9117

#cc69bf color RGB value is (204,105,191).

#cc69bf hex color red value is 204, green value is 105 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cc69bf hue: 0.86 , saturation: 0.49 and the lightness value of cc69bf is 0.61.

The process color (four color CMYK) of #cc69bf color hex is 0.00, 0.49, 0.06, 0.20. Web safe color of #cc69bf is #cc66cc. Color #cc69bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 10111111
Octal 314 151 277
Decimal 204 105 191
Hex CC 69 BF

RGB Percentages of Color #cc69bf

%40.80
%21.00
%38.20

CMYK Percentages of Color #cc69bf

%0
%49
%6
%20

Triadic Colors of #cc69bf

#cc69bf #bfcc69 #69bfcc

Analogous Colors of #cc69bf

#cc69bf #cc698e #a869cc

Monochromatic Colors of #cc69bf

#cc69bf

Complementary Color

#cc69bf #69cc76

#cc69bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc69bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc69bf Color CSS Codes

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

#cc69bf Text Font Color

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

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


#cc69bf Background Color

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

This div background color is #cc69bf


#cc69bf Border Color

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

This div border color is #cc69bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,105,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc69bf


Comments

No comments written yet.

Please login to write comment.