color codes Logo

#cb71ef color codes

#CB71EF
(203,113,239)
0 Favorites   0 Comments

Color spaces of #cb71ef

RGB 203113239
HSL0.790.800.69
HSV283°53°94°
CMYK 0.150.530.00   0.06
XYZ46.113730.738885.1641
Yxy30.73880.28460.1897
Hunter Lab55.442651.4407-52.2642
CIE-Lab62.286555.4447-49.2964

#cb71ef color RGB value is (203,113,239).

#cb71ef hex color red value is 203, green value is 113 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cb71ef hue: 0.79 , saturation: 0.80 and the lightness value of cb71ef is 0.69.

The process color (four color CMYK) of #cb71ef color code is 0.15, 0.53, 0.00, 0.06. Web safe color of #cb71ef is #cc66ff. Color #cb71ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110001 11101111
Octal 313 161 357
Decimal 203 113 239
Hex CB 71 EF

RGB Percentages of Color #cb71ef

%36.58
%20.36
%43.06

CMYK Percentages of Color #cb71ef

%15
%53
%0
%6

Triadic Colors of #cb71ef

#cb71ef #efcb71 #71efcb

Analogous Colors of #cb71ef

#cb71ef #ef71d4 #8c71ef

Monochromatic Colors of #cb71ef

#cb71ef

Complementary Color

#cb71ef #95ef71

#cb71ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb71ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb71ef Color CSS Codes

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

#cb71ef Text Font Color

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

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


#cb71ef Background Color

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

This div background color is #cb71ef


#cb71ef Border Color

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

This div border color is #cb71ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb71ef


Comments

No comments written yet.

Please login to write comment.