Color Hex Logo

#cc7bfd Color Hex

#CC7BFD
(204,123,253)
0 Favorites   0 Comments

Color spaces of #cc7bfd

RGB 204123253
HSL0.770.970.74
HSV277°51°99°
CMYK 0.190.510.00   0.01
XYZ49.714434.095196.8893
Yxy34.09510.27510.1887
Hunter Lab58.391049.7915-57.5073
CIE-Lab65.038053.5557-52.6484

#cc7bfd color RGB value is (204,123,253).

#cc7bfd hex color red value is 204, green value is 123 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cc7bfd hue: 0.77 , saturation: 0.97 and the lightness value of cc7bfd is 0.74.

The process color (four color CMYK) of #cc7bfd color hex is 0.19, 0.51, 0.00, 0.01. Web safe color of #cc7bfd is #cc66ff. Color #cc7bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111011 11111101
Octal 314 173 375
Decimal 204 123 253
Hex CC 7B FD

RGB Percentages of Color #cc7bfd

%35.17
%21.21
%43.62

CMYK Percentages of Color #cc7bfd

%19
%51
%0
%1

Triadic Colors of #cc7bfd

#cc7bfd #fdcc7b #7bfdcc

Analogous Colors of #cc7bfd

#cc7bfd #fd7bed #8b7bfd

Monochromatic Colors of #cc7bfd

#cc7bfd

Complementary Color

#cc7bfd #acfd7b

#cc7bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7bfd Color CSS Codes

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

#cc7bfd Text Font Color

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

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


#cc7bfd Background Color

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

This div background color is #cc7bfd


#cc7bfd Border Color

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

This div border color is #cc7bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7bfd


Comments

No comments written yet.

Please login to write comment.