Color Hex Logo

#cf48cd Color Hex

#CF48CD
(207,72,205)
0 Favorites   0 Comments

Color spaces of #cf48cd

RGB 20772205
HSL0.840.580.55
HSV301°65°81°
CMYK 0.000.650.01   0.19
XYZ39.068922.307960.0043
Yxy22.30790.32190.1838
Hunter Lab47.231264.9976-42.2623
CIE-Lab54.352268.5221-42.6755

#cf48cd color RGB value is (207,72,205).

#cf48cd hex color red value is 207, green value is 72 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cf48cd hue: 0.84 , saturation: 0.58 and the lightness value of cf48cd is 0.55.

The process color (four color CMYK) of #cf48cd color hex is 0.00, 0.65, 0.01, 0.19. Web safe color of #cf48cd is #cc33cc. Color #cf48cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001000 11001101
Octal 317 110 315
Decimal 207 72 205
Hex CF 48 CD

RGB Percentages of Color #cf48cd

%42.77
%14.88
%42.36

CMYK Percentages of Color #cf48cd

%0
%65
%1
%19

Triadic Colors of #cf48cd

#cf48cd #cdcf48 #48cdcf

Analogous Colors of #cf48cd

#cf48cd #cf488a #8e48cf

Monochromatic Colors of #cf48cd

#cf48cd

Complementary Color

#cf48cd #48cf4a

#cf48cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf48cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf48cd Color CSS Codes

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

#cf48cd Text Font Color

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

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


#cf48cd Background Color

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

This div background color is #cf48cd


#cf48cd Border Color

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

This div border color is #cf48cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,72,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf48cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf48cd;
  -webkit-box-shadow: 1px 1px 3px 2px #cf48cd;
  box-shadow:         1px 1px 3px 2px #cf48cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,72,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf48cd


Comments

No comments written yet.

Please login to write comment.