Color Hex Logo

#cb76fc Color Hex

#CB76FC
(203,118,252)
0 Favorites   0 Comments

Color spaces of #cb76fc

RGB 203118252
HSL0.770.960.73
HSV278°53°99°
CMYK 0.190.530.00   0.01
XYZ48.677732.681795.8381
Yxy32.68170.27470.1844
Hunter Lab57.167951.9465-59.3781
CIE-Lab63.902355.6307-53.9082

#cb76fc color RGB value is (203,118,252).

#cb76fc hex color red value is 203, green value is 118 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cb76fc hue: 0.77 , saturation: 0.96 and the lightness value of cb76fc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110110 11111100
Octal 313 166 374
Decimal 203 118 252
Hex CB 76 FC

RGB Percentages of Color #cb76fc

%35.43
%20.59
%43.98

CMYK Percentages of Color #cb76fc

%19
%53
%0
%1

Triadic Colors of #cb76fc

#cb76fc #fccb76 #76fccb

Analogous Colors of #cb76fc

#cb76fc #fc76ea #8876fc

Monochromatic Colors of #cb76fc

#cb76fc

Complementary Color

#cb76fc #a7fc76

#cb76fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb76fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb76fc Color CSS Codes

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

#cb76fc Text Font Color

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

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


#cb76fc Background Color

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

This div background color is #cb76fc


#cb76fc Border Color

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

This div border color is #cb76fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,118,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb76fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb76fc;
  -webkit-box-shadow: 1px 1px 3px 2px #cb76fc;
  box-shadow:         1px 1px 3px 2px #cb76fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,118,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb76fc


Comments

No comments written yet.

Please login to write comment.