Color Hex Logo

#cb6afc Color Hex

#CB6AFC
(203,106,252)
0 Favorites   0 Comments

Color spaces of #cb6afc

RGB 203106252
HSL0.780.960.70
HSV280°58°99°
CMYK 0.190.580.00   0.01
XYZ47.353330.032995.3966
Yxy30.03290.27410.1738
Hunter Lab54.802358.3335-64.8470
CIE-Lab61.682661.5372-57.4405

#cb6afc color RGB value is (203,106,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101010 11111100
Octal 313 152 374
Decimal 203 106 252
Hex CB 6A FC

RGB Percentages of Color #cb6afc

%36.19
%18.89
%44.92

CMYK Percentages of Color #cb6afc

%19
%58
%0
%1

Triadic Colors of #cb6afc

#cb6afc #fccb6a #6afccb

Analogous Colors of #cb6afc

#cb6afc #fc6ae4 #826afc

Monochromatic Colors of #cb6afc

#cb6afc

Complementary Color

#cb6afc #9bfc6a

#cb6afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6afc Color CSS Codes

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

#cb6afc Text Font Color

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

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


#cb6afc Background Color

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

This div background color is #cb6afc


#cb6afc Border Color

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

This div border color is #cb6afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6afc


Comments

No comments written yet.

Please login to write comment.